adClicked
Type
message
Summary
Sent when the user clicks on an ad.
Syntax
adClicked <pAdName>
Description
Handle the adClicked message if you want to perform an action when a user clicks on an ad.
The adClicked message is sent to the object that created the ad when the user clicks on ad.
Parameters
Name | Type | Description |
---|---|---|
pAdName | The name of ad that has been clicked (as specified in mobileAdCreate) |
Examples
on adClicked pAdName
goToAddInfo pAdName
end adClicked
Related
command: mobileAdCreate, mobileAdDelete, mobileAdSetVisible, mobileAdSetTopLeft, mobileAdRegister
function: mobileAdGetTopLeft, mobileAdGetVisible
message: adLoaded, adLoadFailed
Compatibility and Support
Introduced
LiveCode 5.5
OS
ios
android
Platforms
mobile